Einhugur macOS Bridge plugin.

NSSavePanel.PanelCompletionDelegate Delegate

Delegate to get callback when showing the open and save panels non modal or modal only to one window.

PanelCompletionDelegate(
   panel as EinhugurMacOSBridge.NSSavePanel,
   result as Boolean)

Parameters

panel
Handle to the Open or Save panel. If you are using NSOpenPanel then you can safely cast this parameter to NSOpenPanel without using deep cast.
result
True if Ok was pressed else false.

Remarks

See Also

NSSavePanel Class